home *** CD-ROM | disk | FTP | other *** search
/ Public Speaking Strategie…or Success (2nd Edition) / Public Speaking Strategies for Success Second Edition - David Zarefsky (AB Interactive) (2000).ISO / mac / media / ch15 / ptp406a / acp406aJ.js next >
Text File  |  1999-05-17  |  5KB  |  104 lines

  1.  
  2.  
  3. function getQAarray() {
  4.  
  5.  
  6. ////////////////////////////////////////////////////////////////////////////////////
  7. ////////////////////////////////////////////////////////////////////////////////////
  8.  
  9.  
  10. problemArr = new Array();
  11.  
  12. for (i=0; i<this.AnswerArray.length+3; i++) 
  13. {
  14.   problemArr[i] = new Object;
  15. };
  16.  
  17.  
  18.  
  19. ////////////////////////////////////////////////////////////////////////////////////
  20. ////////////////////////////////////////////////////////////////////////////////////
  21.  
  22.  
  23.  
  24.  
  25.  
  26. ////////////////////////////////////////////////////////////////////////////////////
  27. ////////////////////////////////////////////////////////////////////////////////////
  28.  
  29.  
  30.  
  31. problemArr[1]["Q"] = " A speaker should never deliberately violate the constraints created by an occasion. ";
  32.  
  33. problemArr[2]["Q"] = " An inaugural address by a President of the United States is a good example of forensic speaking. ";
  34.  
  35. problemArr[3]["Q"] = " The symposium format for group presentations calls for each speaker to deal with a distinct portion of the group topic. ";
  36.  
  37. problemArr[4]["Q"] = " To avoid groupthink, it is useful to advocate an idea that you as an individual would be willing to take responsibility for if it were an independent decision. ";
  38.  
  39. problemArr[5]["Q"] = " According to our textbook, presence is created in a ceremonial speech by the speaker's delivery. ";
  40.     
  41. problemArr[6]["Q"] = " A testimonial is a speech of praise for honoring a person.  Yet, it is important to be judicious how much praise one bestows on the honoree. ";
  42.  
  43. problemArr[7]["Q"] = " To be most effective in giving a toast, it is best to be entirely spontaneous by speaking in an impromptu manner without preparation. ";
  44.  
  45. problemArr[8]["Q"] = " If you are presenting an award and some of those in competition for the award who will not receive it are present, it would be wiser not to refer to them. ";
  46.  
  47. problemArr[9]["Q"] = " Pep talks often stress unity. ";
  48.     
  49. problemArr[10]["Q"] = " The last thing the listeners at an after-dinner speech want to hear is a speech that makes a serious point. ";
  50.  
  51.  
  52. problemArr[1]["FB"] = " While it is usually wise to respect the constraints, there are some times when a speaker may deliberately violate the constraints as a way of setting one's speech apart. For more information, see page 387 of your textbook. ";
  53.  
  54. problemArr[2]["FB"] = " Forensic speaking is confined to the legal arena and the courtroom.  A presidential inaugural address is more properly thought of as an epideictic speech. For more information, see page 389 of your textbook. ";
  55.  
  56. problemArr[3]["FA"] = " In this way, each member of the group can deal with a different perspective or aspect of the issue. For more information, see page 392 of your textbook. ";
  57.  
  58. problemArr[4]["FA"] = " One of the reasons for groupthink is that members take extreme positions because there is an assumption that they are not individually responsible. For more information, see page 393 of your textbook. ";
  59.  
  60. problemArr[5]["FB"] = " Presence is a strategy used in ceremonial speaking for bringing to consciousness some of the values that members of the group share so that the speaker can enhance common bonds with the audience. For more information, see page 396 of your textbook. ";
  61.  
  62. problemArr[6]["FA"] = " It is important to consider the modesty of the honoree.  Exaggerated praise can create embarrassment. For more information, see page 399 of your textbook. ";
  63.  
  64. problemArr[7]["FB"] = " Even though a toast is a one-point speech and fairly simple, it still needs to be planned out. For more information, see page 400 of your textbook. ";
  65.  
  66. problemArr[8]["FB"] = " Sometimes, it is gracious to acknowledge the "losers."  You might commend them and represent how anyone in the group of contenders for the award might have received it. For more information, see page 401 of your textbook. ";
  67.  
  68. problemArr[9]["FA"] = " The goal of a pep talk is to motivate. Heightening a sense of community is a good way to motivate and inspire enthusiasm for the task at hand. For more information, see page 403 of your textbook. ";
  69.  
  70. problemArr[10]["FB"] = " Even though humor is a key part of most successful after-dinner speeches, using humor does not preclude making a serious point as well. For more information, see page 404 of your textbook. ";
  71.  
  72.  
  73. //problemArr[10]["FA"] = " For more information, see page  114 of your textbook. ";
  74.  
  75.  
  76. ////////////////////////////////////////////////////////////////////////////////////
  77. ////////////////////////////////////////////////////////////////////////////////////
  78. ////////////////////////////////////////////////////////////////////////////////////
  79. ////////////////////////////////////////////////////////////////////////////////////
  80.  
  81.  
  82. };
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91. getQAarray();
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.